Hệ thống quản lý nguồn nhân lực Dự án năm cuối trong c#

  • Frm_Calculator.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class Frm_Calculator
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container()
26         Me.Timer1 = New System.Windows.Forms.Timer(Me.components)
27         Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
28         Me.btnDate = New System.Windows.Forms.Button()
29         Me.btnClose = New System.Windows.Forms.Button()
30         Me.btnc = New System.Windows.Forms.Button()
31         Me.btnb = New System.Windows.Forms.Button()
32         Me.btnInverseTrigFuncs = New System.Windows.Forms.Button()
33         Me.btnColour = New System.Windows.Forms.Button()
34         Me.btna = New System.Windows.Forms.Button()
35         Me.btnInvCos = New System.Windows.Forms.Button()
36         Me.btnInvTan = New System.Windows.Forms.Button()
37         Me.btnMemFuncs = New System.Windows.Forms.Button()
38         Me.btnScientificMode = New System.Windows.Forms.Button()
39         Me.btnLogicalFuncs = New System.Windows.Forms.Button()
40         Me.lblTime = New System.Windows.Forms.Label()
41         Me.btnHyperbolicTrig = New System.Windows.Forms.Button()
42         Me.btnTrignometric = New System.Windows.Forms.Button()
43         Me.btnPowerFunctions = New System.Windows.Forms.Button()
44         Me.btnSinh = New System.Windows.Forms.Button()
45         Me.btnCosh = New System.Windows.Forms.Button()
46         Me.btnSin = New System.Windows.Forms.Button()
47         Me.btnTanh = New System.Windows.Forms.Button()
48         Me.btnCos = New System.Windows.Forms.Button()
49         Me.btnXor = New System.Windows.Forms.Button()
50         Me.btnTan = New System.Windows.Forms.Button()
51         Me.btnNot = New System.Windows.Forms.Button()
52         Me.btnOr = New System.Windows.Forms.Button()
53         Me.btnAnd = New System.Windows.Forms.Button()
54         Me.btnMminus = New System.Windows.Forms.Button()
55         Me.btnMplus = New System.Windows.Forms.Button()
56         Me.btnClearTextbox = New System.Windows.Forms.Button()
57         Me.btnM = New System.Windows.Forms.Button()
58         Me.btnxPower4 = New System.Windows.Forms.Button()
59         Me.btnTime = New System.Windows.Forms.Button()
60         Me.btnCube = New System.Windows.Forms.Button()
61         Me.btnSquare = New System.Windows.Forms.Button()
62         Me.btnTruncate = New System.Windows.Forms.Button()
63         Me.btnComb = New System.Windows.Forms.Button()
64         Me.btnPerm = New System.Windows.Forms.Button()
65         Me.btnFact = New System.Windows.Forms.Button()
66         Me.btnFloor = New System.Windows.Forms.Button()
67         Me.btnCeil = New System.Windows.Forms.Button()
68         Me.btnRound = New System.Windows.Forms.Button()
69         Me.btnsqrt = New System.Windows.Forms.Button()
70         Me.btnex = New System.Windows.Forms.Button()
71         Me.btne = New System.Windows.Forms.Button()
72         Me.btnln = New System.Windows.Forms.Button()
73         Me.btnlog = New System.Windows.Forms.Button()
74         Me.btnPI = New System.Windows.Forms.Button()
75         Me.btnPower = New System.Windows.Forms.Button()
76         Me.btnModulus = New System.Windows.Forms.Button()
77         Me.btnInverse = New System.Windows.Forms.Button()
78         Me.gbMain1 = New System.Windows.Forms.GroupBox()
79         Me.btnMenu = New System.Windows.Forms.Button()
80         Me.btnBackSpace = New System.Windows.Forms.Button()
81         Me.btnClearAll = New System.Windows.Forms.Button()
82         Me.btnSign = New System.Windows.Forms.Button()
83         Me.btnDecimal = New System.Windows.Forms.Button()
84         Me.btnEqual = New System.Windows.Forms.Button()
85         Me.btnDiv = New System.Windows.Forms.Button()
86         Me.btnMult = New System.Windows.Forms.Button()
87         Me.btnSub = New System.Windows.Forms.Button()
88         Me.btnAdd = New System.Windows.Forms.Button()
89         Me.btn0 = New System.Windows.Forms.Button()
90         Me.btn9 = New System.Windows.Forms.Button()
91         Me.btn8 = New System.Windows.Forms.Button()
92         Me.btn7 = New System.Windows.Forms.Button()
93         Me.btn6 = New System.Windows.Forms.Button()
94         Me.btn5 = New System.Windows.Forms.Button()
95         Me.btn4 = New System.Windows.Forms.Button()
96         Me.btn3 = New System.Windows.Forms.Button()
97         Me.btn2 = New System.Windows.Forms.Button()
98         Me.btn1 = New System.Windows.Forms.Button()
99         Me.displayText = New System.Windows.Forms.TextBox()
100         Me.gbMain1.SuspendLayout()
101         Me.SuspendLayout()
102         
'
103         
'Timer1
104         
'
105         Me.Timer1.Enabled = True
106         
'
107         
'DateTimePicker1
108         
'
109         Me.DateTimePicker1.Font = New System.Drawing.Font(
"Calibri", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
110         Me.DateTimePicker1.Location = New System.Drawing.Point(
92, 85)
111         Me.DateTimePicker1.Name =
"DateTimePicker1"
112         Me.DateTimePicker1.Size = New System.Drawing.Size(
554, 27)
113         Me.DateTimePicker1.TabIndex =
28
114         
'
115         
'btnDate
116         
'
117         Me.btnDate.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
118         Me.btnDate.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
119         Me.btnDate.Location = New System.Drawing.Point(
7, 85)
120         Me.btnDate.Name =
"btnDate"
121         Me.btnDate.Size = New System.Drawing.Size(
79, 27)
122         Me.btnDate.TabIndex =
27
123         Me.btnDate.Text =
"DATE"
124         Me.btnDate.UseVisualStyleBackColor = False
125         
'
126         
'btnClose
127         
'
128         Me.btnClose.BackColor = System.Drawing.Color.FromArgb(CType(CType(
192, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(0, Byte), Integer))
129         Me.btnClose.Font = New System.Drawing.Font(
"Courier New", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
130         Me.btnClose.Location = New System.Drawing.Point(
652, 10)
131         Me.btnClose.Name =
"btnClose"
132         Me.btnClose.Size = New System.Drawing.Size(
70, 28)
133         Me.btnClose.TabIndex =
22
134         Me.btnClose.Text =
"DONE"
135         Me.btnClose.UseVisualStyleBackColor = False
136         Me.btnClose.Visible = False
137         
'
138         
'btnc
139         
'
140         Me.btnc.BackColor = System.Drawing.Color.Black
141         Me.btnc.FlatStyle = System.Windows.Forms.FlatStyle.Flat
142         Me.btnc.Font = New System.Drawing.Font(
"Courier New", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
143         Me.btnc.Location = New System.Drawing.Point(
150, 48)
144         Me.btnc.Name =
"btnc"
145         Me.btnc.Size = New System.Drawing.Size(
19, 27)
146         Me.btnc.TabIndex =
26
147         Me.btnc.UseVisualStyleBackColor = False
148         Me.btnc.Visible = False
149         
'
150         
'btnb
151         
'
152         Me.btnb.BackColor = System.Drawing.Color.FromArgb(CType(CType(
192, Byte), Integer), CType(CType(192, Byte), Integer), CType(CType(255, Byte), Integer))
153         Me.btnb.FlatStyle = System.Windows.Forms.FlatStyle.Flat
154         Me.btnb.Font = New System.Drawing.Font(
"Courier New", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
155         Me.btnb.Location = New System.Drawing.Point(
122, 48)
156         Me.btnb.Name =
"btnb"
157         Me.btnb.Size = New System.Drawing.Size(
19, 27)
158         Me.btnb.TabIndex =
25
159         Me.btnb.UseVisualStyleBackColor = False
160         Me.btnb.Visible = False
161         
'
162         
'btnInverseTrigFuncs
163         
'
164         Me.btnInverseTrigFuncs.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
165         Me.btnInverseTrigFuncs.FlatStyle = System.Windows.Forms.FlatStyle.Popup
166         Me.btnInverseTrigFuncs.Font = New System.Drawing.Font(
"Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.btnInverseTrigFuncs.ForeColor = System.Drawing.Color.WhiteSmoke
168         Me.btnInverseTrigFuncs.Location = New System.Drawing.Point(
7, 475)
169         Me.btnInverseTrigFuncs.Name =
"btnInverseTrigFuncs"
170         Me.btnInverseTrigFuncs.Size = New System.Drawing.Size(
199, 38)
171         Me.btnInverseTrigFuncs.TabIndex =
143
172         Me.btnInverseTrigFuncs.Text =
"INVERSE TRIGNOMETRIC FUNCTIONS >"
173         Me.btnInverseTrigFuncs.UseVisualStyleBackColor = False
174         
'
175         
'btnColour
176         
'
177         Me.btnColour.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
178         Me.btnColour.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
179         Me.btnColour.Location = New System.Drawing.Point(
7, 48)
180         Me.btnColour.Name =
"btnColour"
181         Me.btnColour.Size = New System.Drawing.Size(
79, 27)
182         Me.btnColour.TabIndex =
23
183         Me.btnColour.Text =
"COLOUR"
184         Me.btnColour.UseVisualStyleBackColor = False
185         Me.btnColour.Visible = False
186         
'
187         
'btna
188         
'
189         Me.btna.BackColor = System.Drawing.Color.Gray
190         Me.btna.FlatStyle = System.Windows.Forms.FlatStyle.Flat
191         Me.btna.Font = New System.Drawing.Font(
"Courier New", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
192         Me.btna.Location = New System.Drawing.Point(
93, 48)
193         Me.btna.Name =
"btna"
194         Me.btna.Size = New System.Drawing.Size(
19, 27)
195         Me.btna.TabIndex =
24
196         Me.btna.UseVisualStyleBackColor = False
197         Me.btna.Visible = False
198         
'
199         
'btnInvCos
200         
'
201         Me.btnInvCos.BackColor = System.Drawing.Color.DimGray
202         Me.btnInvCos.Enabled = False
203         Me.btnInvCos.FlatStyle = System.Windows.Forms.FlatStyle.Popup
204         Me.btnInvCos.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
205         Me.btnInvCos.ForeColor = System.Drawing.SystemColors.ButtonHighlight
206         Me.btnInvCos.Location = New System.Drawing.Point(
649, 483)
207         Me.btnInvCos.Name =
"btnInvCos"
208         Me.btnInvCos.Size = New System.Drawing.Size(
82, 30)
209         Me.btnInvCos.TabIndex =
141
210         Me.btnInvCos.Text =
"cos-1"
211         Me.btnInvCos.UseVisualStyleBackColor = False
212         
'
213         
'btnInvTan
214         
'
215         Me.btnInvTan.BackColor = System.Drawing.Color.DimGray
216         Me.btnInvTan.Enabled = False
217         Me.btnInvTan.FlatStyle = System.Windows.Forms.FlatStyle.Popup
218         Me.btnInvTan.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
219         Me.btnInvTan.ForeColor = System.Drawing.SystemColors.ButtonHighlight
220         Me.btnInvTan.Location = New System.Drawing.Point(
571, 483)
221         Me.btnInvTan.Name =
"btnInvTan"
222         Me.btnInvTan.Size = New System.Drawing.Size(
72, 30)
223         Me.btnInvTan.TabIndex =
142
224         Me.btnInvTan.Text =
"tan-1"
225         Me.btnInvTan.UseVisualStyleBackColor = False
226         
'
227         
'btnMemFuncs
228         
'
229         Me.btnMemFuncs.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
230         Me.btnMemFuncs.FlatStyle = System.Windows.Forms.FlatStyle.Popup
231         Me.btnMemFuncs.Font = New System.Drawing.Font(
"Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
232         Me.btnMemFuncs.ForeColor = System.Drawing.Color.WhiteSmoke
233         Me.btnMemFuncs.Location = New System.Drawing.Point(
7, 292)
234         Me.btnMemFuncs.Name =
"btnMemFuncs"
235         Me.btnMemFuncs.Size = New System.Drawing.Size(
199, 40)
236         Me.btnMemFuncs.TabIndex =
139
237         Me.btnMemFuncs.Text =
"MEMORY FUNCTIONS >"
238         Me.btnMemFuncs.UseVisualStyleBackColor = False
239         
'
240         
'btnScientificMode
241         
'
242         Me.btnScientificMode.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
243         Me.btnScientificMode.FlatStyle = System.Windows.Forms.FlatStyle.Popup
244         Me.btnScientificMode.Font = New System.Drawing.Font(
"Calibri", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
245         Me.btnScientificMode.ForeColor = System.Drawing.Color.Black
246         Me.btnScientificMode.Location = New System.Drawing.Point(
7, 212)
247         Me.btnScientificMode.Name =
"btnScientificMode"
248         Me.btnScientificMode.Size = New System.Drawing.Size(
199, 74)
249         Me.btnScientificMode.TabIndex =
138
250         Me.btnScientificMode.Text =
"SCIENTIFIC MODE"
251         Me.btnScientificMode.UseVisualStyleBackColor = False
252         
'
253         
'btnLogicalFuncs
254         
'
255         Me.btnLogicalFuncs.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
256         Me.btnLogicalFuncs.FlatStyle = System.Windows.Forms.FlatStyle.Popup
257         Me.btnLogicalFuncs.Font = New System.Drawing.Font(
"Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
258         Me.btnLogicalFuncs.ForeColor = System.Drawing.Color.WhiteSmoke
259         Me.btnLogicalFuncs.Location = New System.Drawing.Point(
7, 368)
260         Me.btnLogicalFuncs.Name =
"btnLogicalFuncs"
261         Me.btnLogicalFuncs.Size = New System.Drawing.Size(
199, 37)
262         Me.btnLogicalFuncs.TabIndex =
137
263         Me.btnLogicalFuncs.Text =
"LOGICAL FUNCTIONS >"
264         Me.btnLogicalFuncs.UseVisualStyleBackColor = False
265         
'
266         
'lblTime
267         
'
268         Me.lblTime.BackColor = System.Drawing.Color.WhiteSmoke
269         Me.lblTime.Font = New System.Drawing.Font(
"Courier New", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
270         Me.lblTime.ForeColor = System.Drawing.Color.FromArgb(CType(CType(
0, Byte), Integer), CType(CType(0, Byte), Integer), CType(CType(192, Byte), Integer))
271         Me.lblTime.Location = New System.Drawing.Point(
93, 12)
272         Me.lblTime.Name =
"lblTime"
273         Me.lblTime.Size = New System.Drawing.Size(
553, 26)
274         Me.lblTime.TabIndex =
21
275         Me.lblTime.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
276         Me.lblTime.Visible = False
277         
'
278         
'btnHyperbolicTrig
279         
'
280         Me.btnHyperbolicTrig.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
281         Me.btnHyperbolicTrig.FlatStyle = System.Windows.Forms.FlatStyle.Popup
282         Me.btnHyperbolicTrig.Font = New System.Drawing.Font(
"Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
283         Me.btnHyperbolicTrig.ForeColor = System.Drawing.Color.WhiteSmoke
284         Me.btnHyperbolicTrig.Location = New System.Drawing.Point(
7, 439)
285         Me.btnHyperbolicTrig.Name =
"btnHyperbolicTrig"
286         Me.btnHyperbolicTrig.Size = New System.Drawing.Size(
199, 38)
287         Me.btnHyperbolicTrig.TabIndex =
134
288         Me.btnHyperbolicTrig.Text =
"HYPERBOLIC TRIGNOMETRIC FUNCTIONS >"
289         Me.btnHyperbolicTrig.UseVisualStyleBackColor = False
290         
'
291         
'btnTrignometric
292         
'
293         Me.btnTrignometric.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
294         Me.btnTrignometric.FlatStyle = System.Windows.Forms.FlatStyle.Popup
295         Me.btnTrignometric.Font = New System.Drawing.Font(
"Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
296         Me.btnTrignometric.ForeColor = System.Drawing.Color.WhiteSmoke
297         Me.btnTrignometric.Location = New System.Drawing.Point(
7, 404)
298         Me.btnTrignometric.Name =
"btnTrignometric"
299         Me.btnTrignometric.Size = New System.Drawing.Size(
199, 38)
300         Me.btnTrignometric.TabIndex =
133
301         Me.btnTrignometric.Text =
"SIMPLE TRIGNOMETRIC FUNCTIONS >"
302         Me.btnTrignometric.UseVisualStyleBackColor = False
303         
'
304         
'btnPowerFunctions
305         
'
306         Me.btnPowerFunctions.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
307         Me.btnPowerFunctions.FlatStyle = System.Windows.Forms.FlatStyle.Popup
308         Me.btnPowerFunctions.Font = New System.Drawing.Font(
"Calibri", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
309         Me.btnPowerFunctions.ForeColor = System.Drawing.Color.WhiteSmoke
310         Me.btnPowerFunctions.Location = New System.Drawing.Point(
7, 328)
311         Me.btnPowerFunctions.Name =
"btnPowerFunctions"
312         Me.btnPowerFunctions.Size = New System.Drawing.Size(
199, 41)
313         Me.btnPowerFunctions.TabIndex =
132
314         Me.btnPowerFunctions.Text =
"POWER FUNCTIONS >"
315         Me.btnPowerFunctions.UseVisualStyleBackColor = False
316         
'
317         
'btnSinh
318         
'
319         Me.btnSinh.BackColor = System.Drawing.Color.DimGray
320         Me.btnSinh.Enabled = False
321         Me.btnSinh.FlatStyle = System.Windows.Forms.FlatStyle.Popup
322         Me.btnSinh.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
323         Me.btnSinh.ForeColor = System.Drawing.SystemColors.ButtonHighlight
324         Me.btnSinh.Location = New System.Drawing.Point(
481, 447)
325         Me.btnSinh.Name =
"btnSinh"
326         Me.btnSinh.Size = New System.Drawing.Size(
82, 30)
327         Me.btnSinh.TabIndex =
106
328         Me.btnSinh.Text =
"sinh"
329         Me.btnSinh.UseVisualStyleBackColor = False
330         
'
331         
'btnCosh
332         
'
333         Me.btnCosh.BackColor = System.Drawing.Color.DimGray
334         Me.btnCosh.Enabled = False
335         Me.btnCosh.FlatStyle = System.Windows.Forms.FlatStyle.Popup
336         Me.btnCosh.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
337         Me.btnCosh.ForeColor = System.Drawing.SystemColors.ButtonHighlight
338         Me.btnCosh.Location = New System.Drawing.Point(
564, 447)
339         Me.btnCosh.Name =
"btnCosh"
340         Me.btnCosh.Size = New System.Drawing.Size(
82, 30)
341         Me.btnCosh.TabIndex =
107
342         Me.btnCosh.Text =
"cosh"
343         Me.btnCosh.UseVisualStyleBackColor = False
344         
'
345         
'btnSin
346         
'
347         Me.btnSin.BackColor = System.Drawing.Color.DimGray
348         Me.btnSin.Enabled = False
349         Me.btnSin.FlatStyle = System.Windows.Forms.FlatStyle.Popup
350         Me.btnSin.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
351         Me.btnSin.ForeColor = System.Drawing.SystemColors.ButtonHighlight
352         Me.btnSin.Location = New System.Drawing.Point(
222, 447)
353         Me.btnSin.Name =
"btnSin"
354         Me.btnSin.Size = New System.Drawing.Size(
82, 30)
355         Me.btnSin.TabIndex =
101
356         Me.btnSin.Text =
"sin"
357         Me.btnSin.UseVisualStyleBackColor = False
358         
'
359         
'btnTanh
360         
'
361         Me.btnTanh.BackColor = System.Drawing.Color.DimGray
362         Me.btnTanh.Enabled = False
363         Me.btnTanh.FlatStyle = System.Windows.Forms.FlatStyle.Popup
364         Me.btnTanh.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
365         Me.btnTanh.ForeColor = System.Drawing.SystemColors.ButtonHighlight
366         Me.btnTanh.Location = New System.Drawing.Point(
647, 447)
367         Me.btnTanh.Name =
"btnTanh"
368         Me.btnTanh.Size = New System.Drawing.Size(
82, 30)
369         Me.btnTanh.TabIndex =
108
370         Me.btnTanh.Text =
"tanh"
371         Me.btnTanh.UseVisualStyleBackColor = False
372         
'
373         
'btnCos
374         
'
375         Me.btnCos.BackColor = System.Drawing.Color.DimGray
376         Me.btnCos.Enabled = False
377         Me.btnCos.FlatStyle = System.Windows.Forms.FlatStyle.Popup
378         Me.btnCos.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         Me.btnCos.ForeColor = System.Drawing.SystemColors.ButtonHighlight
380         Me.btnCos.Location = New System.Drawing.Point(
305, 447)
381         Me.btnCos.Name =
"btnCos"
382         Me.btnCos.Size = New System.Drawing.Size(
82, 30)
383         Me.btnCos.TabIndex =
102
384         Me.btnCos.Text =
"cos"
385         Me.btnCos.UseVisualStyleBackColor = False
386         
'
387         
'btnXor
388         
'
389         Me.btnXor.BackColor = System.Drawing.Color.DimGray
390         Me.btnXor.Enabled = False
391         Me.btnXor.FlatStyle = System.Windows.Forms.FlatStyle.Flat
392         Me.btnXor.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
393         Me.btnXor.ForeColor = System.Drawing.Color.White
394         Me.btnXor.Location = New System.Drawing.Point(
672, 361)
395         Me.btnXor.Name =
"btnXor"
396         Me.btnXor.Size = New System.Drawing.Size(
57, 36)
397         Me.btnXor.TabIndex =
131
398         Me.btnXor.Text =
"Xor"
399         Me.btnXor.UseVisualStyleBackColor = False
400         
'
401         
'btnTan
402         
'
403         Me.btnTan.BackColor = System.Drawing.Color.DimGray
404         Me.btnTan.Enabled = False
405         Me.btnTan.FlatStyle = System.Windows.Forms.FlatStyle.Popup
406         Me.btnTan.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
407         Me.btnTan.ForeColor = System.Drawing.SystemColors.ButtonHighlight
408         Me.btnTan.Location = New System.Drawing.Point(
388, 447)
409         Me.btnTan.Name =
"btnTan"
410         Me.btnTan.Size = New System.Drawing.Size(
82, 30)
411         Me.btnTan.TabIndex =
103
412         Me.btnTan.Text =
"tan"
413         Me.btnTan.UseVisualStyleBackColor = False
414         
'
415         
'btnNot
416         
'
417         Me.btnNot.BackColor = System.Drawing.Color.DimGray
418         Me.btnNot.Enabled = False
419         Me.btnNot.FlatStyle = System.Windows.Forms.FlatStyle.Flat
420         Me.btnNot.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
421         Me.btnNot.ForeColor = System.Drawing.Color.White
422         Me.btnNot.Location = New System.Drawing.Point(
672, 326)
423         Me.btnNot.Name =
"btnNot"
424         Me.btnNot.Size = New System.Drawing.Size(
57, 36)
425         Me.btnNot.TabIndex =
130
426         Me.btnNot.Text =
"Not"
427         Me.btnNot.UseVisualStyleBackColor = False
428         
'
429         
'btnOr
430         
'
431         Me.btnOr.BackColor = System.Drawing.Color.DimGray
432         Me.btnOr.Enabled = False
433         Me.btnOr.FlatStyle = System.Windows.Forms.FlatStyle.Flat
434         Me.btnOr.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
435         Me.btnOr.ForeColor = System.Drawing.Color.White
436         Me.btnOr.Location = New System.Drawing.Point(
672, 292)
437         Me.btnOr.Name =
"btnOr"
438         Me.btnOr.Size = New System.Drawing.Size(
57, 35)
439         Me.btnOr.TabIndex =
129
440         Me.btnOr.Text =
"Or"
441         Me.btnOr.UseVisualStyleBackColor = False
442         
'
443         
'btnAnd
444         
'
445         Me.btnAnd.BackColor = System.Drawing.Color.DimGray
446         Me.btnAnd.Enabled = False
447         Me.btnAnd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
448         Me.btnAnd.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
449         Me.btnAnd.ForeColor = System.Drawing.Color.White
450         Me.btnAnd.Location = New System.Drawing.Point(
672, 256)
451         Me.btnAnd.Name =
"btnAnd"
452         Me.btnAnd.Size = New System.Drawing.Size(
57, 36)
453         Me.btnAnd.TabIndex =
128
454         Me.btnAnd.Text =
"And"
455         Me.btnAnd.UseVisualStyleBackColor = False
456         
'
457         
'btnMminus
458         
'
459         Me.btnMminus.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
460         Me.btnMminus.Enabled = False
461         Me.btnMminus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
462         Me.btnMminus.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
463         Me.btnMminus.ForeColor = System.Drawing.SystemColors.ButtonHighlight
464         Me.btnMminus.Location = New System.Drawing.Point(
222, 256)
465         Me.btnMminus.Name =
"btnMminus"
466         Me.btnMminus.Size = New System.Drawing.Size(
58, 36)
467         Me.btnMminus.TabIndex =
127
468         Me.btnMminus.Text =
"M-"
469         Me.btnMminus.UseVisualStyleBackColor = False
470         
'
471         
'btnMplus
472         
'
473         Me.btnMplus.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
474         Me.btnMplus.Enabled = False
475         Me.btnMplus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
476         Me.btnMplus.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
477         Me.btnMplus.ForeColor = System.Drawing.Color.White
478         Me.btnMplus.Location = New System.Drawing.Point(
222, 213)
479         Me.btnMplus.Name =
"btnMplus"
480         Me.btnMplus.Size = New System.Drawing.Size(
58, 37)
481         Me.btnMplus.TabIndex =
126
482         Me.btnMplus.Text =
"M+"
483         Me.btnMplus.UseVisualStyleBackColor = False
484         
'
485         
'btnClearTextbox
486         
'
487         Me.btnClearTextbox.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
488         Me.btnClearTextbox.FlatStyle = System.Windows.Forms.FlatStyle.Flat
489         Me.btnClearTextbox.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
490         Me.btnClearTextbox.ForeColor = System.Drawing.Color.White
491         Me.btnClearTextbox.Location = New System.Drawing.Point(
510, 213)
492         Me.btnClearTextbox.Name =
"btnClearTextbox"
493         Me.btnClearTextbox.Size = New System.Drawing.Size(
110, 37)
494         Me.btnClearTextbox.TabIndex =
125
495         Me.btnClearTextbox.Text =
"CE"
496         Me.btnClearTextbox.UseVisualStyleBackColor = False
497         
'
498         
'btnM
499         
'
500         Me.btnM.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
501         Me.btnM.Enabled = False
502         Me.btnM.FlatStyle = System.Windows.Forms.FlatStyle.Flat
503         Me.btnM.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
504         Me.btnM.ForeColor = System.Drawing.Color.White
505         Me.btnM.Location = New System.Drawing.Point(
280, 213)
506         Me.btnM.Name =
"btnM"
507         Me.btnM.Size = New System.Drawing.Size(
65, 37)
508         Me.btnM.TabIndex =
124
509         Me.btnM.Text =
"M"
510         Me.btnM.UseVisualStyleBackColor = False
511         
'
512         
'btnxPower4
513         
'
514         Me.btnxPower4.BackColor = System.Drawing.Color.DimGray
515         Me.btnxPower4.Enabled = False
516         Me.btnxPower4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
517         Me.btnxPower4.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
518         Me.btnxPower4.ForeColor = System.Drawing.SystemColors.ButtonHighlight
519         Me.btnxPower4.Location = New System.Drawing.Point(
613, 361)
520         Me.btnxPower4.Name =
"btnxPower4"
521         Me.btnxPower4.Size = New System.Drawing.Size(
60, 36)
522         Me.btnxPower4.TabIndex =
123
523         Me.btnxPower4.Text =
"x^4"
524         Me.btnxPower4.UseVisualStyleBackColor = False
525         
'
526         
'btnTime
527         
'
528         Me.btnTime.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
529         Me.btnTime.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
530         Me.btnTime.Location = New System.Drawing.Point(
7, 12)
531         Me.btnTime.Name =
"btnTime"
532         Me.btnTime.Size = New System.Drawing.Size(
80, 27)
533         Me.btnTime.TabIndex =
20
534         Me.btnTime.Text =
"TIME"
535         Me.btnTime.UseVisualStyleBackColor = False
536         Me.btnTime.Visible = False
537         
'
538         
'btnCube
539         
'
540         Me.btnCube.BackColor = System.Drawing.Color.DimGray
541         Me.btnCube.Enabled = False
542         Me.btnCube.FlatStyle = System.Windows.Forms.FlatStyle.Flat
543         Me.btnCube.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
544         Me.btnCube.ForeColor = System.Drawing.SystemColors.ButtonHighlight
545         Me.btnCube.Location = New System.Drawing.Point(
613, 326)
546         Me.btnCube.Name =
"btnCube"
547         Me.btnCube.Size = New System.Drawing.Size(
60, 36)
548         Me.btnCube.TabIndex =
122
549         Me.btnCube.Text =
"x^3"
550         Me.btnCube.UseVisualStyleBackColor = False
551         
'
552         
'btnSquare
553         
'
554         Me.btnSquare.BackColor = System.Drawing.Color.DimGray
555         Me.btnSquare.Enabled = False
556         Me.btnSquare.FlatStyle = System.Windows.Forms.FlatStyle.Flat
557         Me.btnSquare.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
558         Me.btnSquare.ForeColor = System.Drawing.SystemColors.ButtonHighlight
559         Me.btnSquare.Location = New System.Drawing.Point(
613, 292)
560         Me.btnSquare.Name =
"btnSquare"
561         Me.btnSquare.Size = New System.Drawing.Size(
60, 35)
562         Me.btnSquare.TabIndex =
121
563         Me.btnSquare.Text =
"x^2"
564         Me.btnSquare.UseVisualStyleBackColor = False
565         
'
566         
'btnTruncate
567         
'
568         Me.btnTruncate.BackColor = System.Drawing.Color.DimGray
569         Me.btnTruncate.Enabled = False
570         Me.btnTruncate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
571         Me.btnTruncate.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
572         Me.btnTruncate.ForeColor = System.Drawing.SystemColors.ButtonHighlight
573         Me.btnTruncate.Location = New System.Drawing.Point(
388, 483)
574         Me.btnTruncate.Name =
"btnTruncate"
575         Me.btnTruncate.Size = New System.Drawing.Size(
82, 30)
576         Me.btnTruncate.TabIndex =
120
577         Me.btnTruncate.Text =
"Trunc"
578         Me.btnTruncate.UseVisualStyleBackColor = False
579         
'
580         
'btnComb
581         
'
582         Me.btnComb.BackColor = System.Drawing.Color.DimGray
583         Me.btnComb.Enabled = False
584         Me.btnComb.FlatStyle = System.Windows.Forms.FlatStyle.Flat
585         Me.btnComb.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
586         Me.btnComb.ForeColor = System.Drawing.SystemColors.ButtonHighlight
587         Me.btnComb.Location = New System.Drawing.Point(
222, 361)
588         Me.btnComb.Name =
"btnComb"
589         Me.btnComb.Size = New System.Drawing.Size(
58, 36)
590         Me.btnComb.TabIndex =
119
591         Me.btnComb.Text =
"nCr"
592         Me.btnComb.UseVisualStyleBackColor = False
593         
'
594         
'btnPerm
595         
'
596         Me.btnPerm.BackColor = System.Drawing.Color.DimGray
597         Me.btnPerm.Enabled = False
598         Me.btnPerm.FlatStyle = System.Windows.Forms.FlatStyle.Flat
599         Me.btnPerm.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
600         Me.btnPerm.ForeColor = System.Drawing.SystemColors.ButtonHighlight
601         Me.btnPerm.Location = New System.Drawing.Point(
222, 325)
602         Me.btnPerm.Name =
"btnPerm"
603         Me.btnPerm.Size = New System.Drawing.Size(
58, 44)
604         Me.btnPerm.TabIndex =
118
605         Me.btnPerm.Text =
"nPr"
606         Me.btnPerm.UseVisualStyleBackColor = False
607         
'
608         
'btnFact
609         
'
610         Me.btnFact.BackColor = System.Drawing.Color.DimGray
611         Me.btnFact.Enabled = False
612         Me.btnFact.FlatStyle = System.Windows.Forms.FlatStyle.Flat
613         Me.btnFact.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
614         Me.btnFact.ForeColor = System.Drawing.SystemColors.ButtonHighlight
615         Me.btnFact.Location = New System.Drawing.Point(
222, 290)
616         Me.btnFact.Name =
"btnFact"
617         Me.btnFact.Size = New System.Drawing.Size(
58, 36)
618         Me.btnFact.TabIndex =
117
619         Me.btnFact.Text =
"x!"
620         Me.btnFact.UseVisualStyleBackColor = False
621         
'
622         
'btnFloor
623         
'
624         Me.btnFloor.BackColor = System.Drawing.Color.DimGray
625         Me.btnFloor.Enabled = False
626         Me.btnFloor.FlatStyle = System.Windows.Forms.FlatStyle.Popup
627         Me.btnFloor.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
628         Me.btnFloor.ForeColor = System.Drawing.SystemColors.ButtonHighlight
629         Me.btnFloor.Location = New System.Drawing.Point(
305, 483)
630         Me.btnFloor.Name =
"btnFloor"
631         Me.btnFloor.Size = New System.Drawing.Size(
82, 30)
632         Me.btnFloor.TabIndex =
116
633         Me.btnFloor.Text =
"Floor"
634         Me.btnFloor.UseVisualStyleBackColor = False
635         
'
636         
'btnCeil
637         
'
638         Me.btnCeil.BackColor = System.Drawing.Color.DimGray
639         Me.btnCeil.Enabled = False
640         Me.btnCeil.FlatStyle = System.Windows.Forms.FlatStyle.Popup
641         Me.btnCeil.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
642         Me.btnCeil.ForeColor = System.Drawing.SystemColors.ButtonHighlight
643         Me.btnCeil.Location = New System.Drawing.Point(
481, 483)
644         Me.btnCeil.Name =
"btnCeil"
645         Me.btnCeil.Size = New System.Drawing.Size(
82, 30)
646         Me.btnCeil.TabIndex =
115
647         Me.btnCeil.Text =
"Ceil"
648         Me.btnCeil.UseVisualStyleBackColor = False
649         
'
650         
'btnRound
651         
'
652         Me.btnRound.BackColor = System.Drawing.Color.DimGray
653         Me.btnRound.Enabled = False
654         Me.btnRound.FlatStyle = System.Windows.Forms.FlatStyle.Popup
655         Me.btnRound.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
656         Me.btnRound.ForeColor = System.Drawing.SystemColors.ButtonHighlight
657         Me.btnRound.Location = New System.Drawing.Point(
222, 483)
658         Me.btnRound.Name =
"btnRound"
659         Me.btnRound.Size = New System.Drawing.Size(
82, 30)
660         Me.btnRound.TabIndex =
114
661         Me.btnRound.Text =
"Round"
662         Me.btnRound.UseVisualStyleBackColor = False
663         
'
664         
'btnsqrt
665         
'
666         Me.btnsqrt.BackColor = System.Drawing.Color.DimGray
667         Me.btnsqrt.Enabled = False
668         Me.btnsqrt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
669         Me.btnsqrt.Font = New System.Drawing.Font(
"Courier New", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
670         Me.btnsqrt.ForeColor = System.Drawing.SystemColors.ButtonHighlight
671         Me.btnsqrt.Location = New System.Drawing.Point(
280, 292)
672         Me.btnsqrt.Name =
"btnsqrt"
673         Me.btnsqrt.Size = New System.Drawing.Size(
65, 34)
674         Me.btnsqrt.TabIndex =
113
675         Me.btnsqrt.Text =
"sqrt"
676         Me.btnsqrt.UseVisualStyleBackColor = False
677         
'
678         
'btnex
679         
'
680         Me.btnex.BackColor = System.Drawing.Color.DimGray
681         Me.btnex.Enabled = False
682         Me.btnex.FlatStyle = System.Windows.Forms.FlatStyle.Flat
683         Me.btnex.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
684         Me.btnex.ForeColor = System.Drawing.SystemColors.ButtonHighlight
685         Me.btnex.Location = New System.Drawing.Point(
345, 256)
686         Me.btnex.Name =
"btnex"
687         Me.btnex.Size = New System.Drawing.Size(
65, 36)
688         Me.btnex.TabIndex =
112
689         Me.btnex.Text =
"e^x"
690         Me.btnex.UseVisualStyleBackColor = False
691         
'
692         
'btne
693         
'
694         Me.btne.BackColor = System.Drawing.Color.DimGray
695         Me.btne.Enabled = False
696         Me.btne.FlatStyle = System.Windows.Forms.FlatStyle.Flat
697         Me.btne.Font = New System.Drawing.Font(
"Courier New", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
698         Me.btne.ForeColor = System.Drawing.SystemColors.ButtonHighlight
699         Me.btne.Location = New System.Drawing.Point(
280, 325)
700         Me.btne.Name =
"btne"
701         Me.btne.Size = New System.Drawing.Size(
65, 37)
702         Me.btne.TabIndex =
111
703         Me.btne.Text =
"e"
704         Me.btne.UseVisualStyleBackColor = False
705         
'
706         
'btnln
707         
'
708         Me.btnln.BackColor = System.Drawing.Color.DimGray
709         Me.btnln.Enabled = False
710         Me.btnln.FlatStyle = System.Windows.Forms.FlatStyle.Flat
711         Me.btnln.Font = New System.Drawing.Font(
"Courier New", 15.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
712         Me.btnln.ForeColor = System.Drawing.SystemColors.ButtonHighlight
713         Me.btnln.Location = New System.Drawing.Point(
345, 290)
714         Me.btnln.Name =
"btnln"
715         Me.btnln.Size = New System.Drawing.Size(
65, 36)
716         Me.btnln.TabIndex =
110
717         Me.btnln.Text =
"ln"
718         Me.btnln.UseVisualStyleBackColor = False
719         
'
720         
'btnlog
721         
'
722         Me.btnlog.BackColor = System.Drawing.Color.DimGray
723         Me.btnlog.Enabled = False
724         Me.btnlog.FlatStyle = System.Windows.Forms.FlatStyle.Flat
725         Me.btnlog.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
726         Me.btnlog.ForeColor = System.Drawing.SystemColors.ButtonHighlight
727         Me.btnlog.Location = New System.Drawing.Point(
280, 361)
728         Me.btnlog.Name =
"btnlog"
729         Me.btnlog.Size = New System.Drawing.Size(
65, 36)
730         Me.btnlog.TabIndex =
109
731         Me.btnlog.Text =
"log"
732         Me.btnlog.UseVisualStyleBackColor = False
733         
'
734         
'btnPI
735         
'
736         Me.btnPI.BackColor = System.Drawing.Color.DimGray
737         Me.btnPI.Enabled = False
738         Me.btnPI.FlatStyle = System.Windows.Forms.FlatStyle.Flat
739         Me.btnPI.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
740         Me.btnPI.ForeColor = System.Drawing.SystemColors.ButtonHighlight
741         Me.btnPI.Location = New System.Drawing.Point(
280, 256)
742         Me.btnPI.Name =
"btnPI"
743         Me.btnPI.Size = New System.Drawing.Size(
65, 36)
744         Me.btnPI.TabIndex =
105
745         Me.btnPI.Text =
"PI"
746         Me.btnPI.UseVisualStyleBackColor = False
747         
'
748         
'btnPower
749         
'
750         Me.btnPower.BackColor = System.Drawing.Color.DimGray
751         Me.btnPower.Enabled = False
752         Me.btnPower.FlatStyle = System.Windows.Forms.FlatStyle.Flat
753         Me.btnPower.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
754         Me.btnPower.ForeColor = System.Drawing.SystemColors.ButtonHighlight
755         Me.btnPower.Location = New System.Drawing.Point(
613, 256)
756         Me.btnPower.Name =
"btnPower"
757         Me.btnPower.Size = New System.Drawing.Size(
60, 36)
758         Me.btnPower.TabIndex =
104
759         Me.btnPower.Text =
"x^"
760         Me.btnPower.UseVisualStyleBackColor = False
761         
'
762         
'btnModulus
763         
'
764         Me.btnModulus.BackColor = System.Drawing.Color.DimGray
765         Me.btnModulus.Enabled = False
766         Me.btnModulus.FlatStyle = System.Windows.Forms.FlatStyle.Flat
767         Me.btnModulus.Font = New System.Drawing.Font(
"Courier New", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
768         Me.btnModulus.ForeColor = System.Drawing.SystemColors.ButtonHighlight
769         Me.btnModulus.Location = New System.Drawing.Point(
345, 361)
770         Me.btnModulus.Name =
"btnModulus"
771         Me.btnModulus.Size = New System.Drawing.Size(
65, 36)
772         Me.btnModulus.TabIndex =
100
773         Me.btnModulus.Text =
"%"
774         Me.btnModulus.UseVisualStyleBackColor = False
775         
'
776         
'btnInverse
777         
'
778         Me.btnInverse.BackColor = System.Drawing.Color.DimGray
779         Me.btnInverse.Enabled = False
780         Me.btnInverse.FlatStyle = System.Windows.Forms.FlatStyle.Flat
781         Me.btnInverse.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
782         Me.btnInverse.ForeColor = System.Drawing.SystemColors.ButtonHighlight
783         Me.btnInverse.Location = New System.Drawing.Point(
345, 326)
784         Me.btnInverse.Name =
"btnInverse"
785         Me.btnInverse.Size = New System.Drawing.Size(
65, 36)
786         Me.btnInverse.TabIndex =
99
787         Me.btnInverse.Text =
"1/x"
788         Me.btnInverse.UseVisualStyleBackColor = False
789         
'
790         
'gbMain1
791         
'
792         Me.gbMain1.Controls.Add(Me.DateTimePicker1)
793         Me.gbMain1.Controls.Add(Me.btnDate)
794         Me.gbMain1.Controls.Add(Me.btnTime)
795         Me.gbMain1.Controls.Add(Me.btnClose)
796         Me.gbMain1.Controls.Add(Me.btnc)
797         Me.gbMain1.Controls.Add(Me.btnb)
798         Me.gbMain1.Controls.Add(Me.btnColour)
799         Me.gbMain1.Controls.Add(Me.btna)
800         Me.gbMain1.Controls.Add(Me.lblTime)
801         Me.gbMain1.Location = New System.Drawing.Point(
7, 41)
802         Me.gbMain1.Name =
"gbMain1"
803         Me.gbMain1.Size = New System.Drawing.Size(
724, 128)
804         Me.gbMain1.TabIndex =
98
805         Me.gbMain1.TabStop = False
806         Me.gbMain1.Visible = False
807         
'
808         
'btnMenu
809         
'
810         Me.btnMenu.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
811         Me.btnMenu.FlatStyle = System.Windows.Forms.FlatStyle.Popup
812         Me.btnMenu.Font = New System.Drawing.Font(
"Calibri", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
813         Me.btnMenu.ForeColor = System.Drawing.Color.Black
814         Me.btnMenu.Location = New System.Drawing.Point(
7, 175)
815         Me.btnMenu.Name =
"btnMenu"
816         Me.btnMenu.Size = New System.Drawing.Size(
199, 31)
817         Me.btnMenu.TabIndex =
97
818         Me.btnMenu.Text =
"MENU"
819         Me.btnMenu.UseVisualStyleBackColor = False
820         
'
821         
'btnBackSpace
822         
'
823         Me.btnBackSpace.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
824         Me.btnBackSpace.FlatStyle = System.Windows.Forms.FlatStyle.Flat
825         Me.btnBackSpace.Font = New System.Drawing.Font(
"Courier New", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
826         Me.btnBackSpace.ForeColor = System.Drawing.Color.White
827         Me.btnBackSpace.Location = New System.Drawing.Point(
345, 213)
828         Me.btnBackSpace.Name =
"btnBackSpace"
829         Me.btnBackSpace.Size = New System.Drawing.Size(
167, 37)
830         Me.btnBackSpace.TabIndex =
96
831         Me.btnBackSpace.Text =
"BACKSPACE"
832         Me.btnBackSpace.UseVisualStyleBackColor = False
833         
'
834         
'btnClearAll
835         
'
836         Me.btnClearAll.BackColor = System.Drawing.Color.FromArgb(CType(CType(
128, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(255, Byte), Integer))
837         Me.btnClearAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat
838         Me.btnClearAll.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
839         Me.btnClearAll.ForeColor = System.Drawing.Color.White
840         Me.btnClearAll.Location = New System.Drawing.Point(
620, 213)
841         Me.btnClearAll.Name =
"btnClearAll"
842         Me.btnClearAll.Size = New System.Drawing.Size(
109, 37)
843         Me.btnClearAll.TabIndex =
95
844         Me.btnClearAll.Text =
"Clear All"
845         Me.btnClearAll.UseVisualStyleBackColor = False
846         
'
847         
'btnSign
848         
'
849         Me.btnSign.BackColor = System.Drawing.Color.DimGray
850         Me.btnSign.FlatStyle = System.Windows.Forms.FlatStyle.Flat
851         Me.btnSign.Font = New System.Drawing.Font(
"Courier New", 12.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
852         Me.btnSign.ForeColor = System.Drawing.SystemColors.ButtonHighlight
853         Me.btnSign.Location = New System.Drawing.Point(
510, 361)
854         Me.btnSign.Name =
"btnSign"
855         Me.btnSign.Size = New System.Drawing.Size(
52, 36)
856         Me.btnSign.TabIndex =
94
857         Me.btnSign.Text =
"+/-"
858         Me.btnSign.UseVisualStyleBackColor = False
859         
'
860         
'btnDecimal
861         
'
862         Me.btnDecimal.BackColor = System.Drawing.Color.DimGray
863         Me.btnDecimal.FlatStyle = System.Windows.Forms.FlatStyle.Flat
864         Me.btnDecimal.Font = New System.Drawing.Font(
"Courier New", 20.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
865         Me.btnDecimal.ForeColor = System.Drawing.SystemColors.ButtonHighlight
866         Me.btnDecimal.Location = New System.Drawing.Point(
460, 361)
867         Me.btnDecimal.Name =
"btnDecimal"
868         Me.btnDecimal.Size = New System.Drawing.Size(
52, 36)
869         Me.btnDecimal.TabIndex =
93
870         Me.btnDecimal.Text =
"."
871         Me.btnDecimal.UseVisualStyleBackColor = False
872         
'
873         
'btnEqual
874         
'
875         Me.btnEqual.BackColor = System.Drawing.Color.White
876         Me.btnEqual.Font = New System.Drawing.Font(
"Calibri", 18.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
877         Me.btnEqual.ForeColor = System.Drawing.Color.Black
878         Me.btnEqual.Location = New System.Drawing.Point(
222, 403)
879         Me.btnEqual.Name =
"btnEqual"
880         Me.btnEqual.Size = New System.Drawing.Size(
509, 38)
881         Me.btnEqual.TabIndex =
92
882         Me.btnEqual.Text =
"EQUATE"
883         Me.btnEqual.UseVisualStyleBackColor = False
884         
'
885         
'btnDiv
886         
'
887         Me.btnDiv.BackColor = System.Drawing.Color.DimGray
888         Me.btnDiv.FlatStyle = System.Windows.Forms.FlatStyle.Flat
889         Me.btnDiv.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
890         Me.btnDiv.ForeColor = System.Drawing.SystemColors.ButtonHighlight
891         Me.btnDiv.Location = New System.Drawing.Point(
562, 256)
892         Me.btnDiv.Name =
"btnDiv"
893         Me.btnDiv.Size = New System.Drawing.Size(
55, 36)
894         Me.btnDiv.TabIndex =
91
895         Me.btnDiv.Text =
"/"
896         Me.btnDiv.UseVisualStyleBackColor = False
897         
'
898         
'btnMult
899         
'
900         Me.btnMult.BackColor = System.Drawing.Color.DimGray
901         Me.btnMult.FlatStyle = System.Windows.Forms.FlatStyle.Flat
902         Me.btnMult.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
903         Me.btnMult.ForeColor = System.Drawing.SystemColors.ButtonHighlight
904         Me.btnMult.Location = New System.Drawing.Point(
562, 291)
905         Me.btnMult.Name =
"btnMult"
906         Me.btnMult.Size = New System.Drawing.Size(
55, 36)
907         Me.btnMult.TabIndex =
90
908         Me.btnMult.Text =
"*"
909         Me.btnMult.UseVisualStyleBackColor = False
910         
'
911         
'btnSub
912         
'
913         Me.btnSub.BackColor = System.Drawing.Color.DimGray
914         Me.btnSub.FlatStyle = System.Windows.Forms.FlatStyle.Flat
915         Me.btnSub.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
916         Me.btnSub.ForeColor = System.Drawing.SystemColors.ButtonHighlight
917         Me.btnSub.Location = New System.Drawing.Point(
562, 326)
918         Me.btnSub.Name =
"btnSub"
919         Me.btnSub.Size = New System.Drawing.Size(
55, 36)
920         Me.btnSub.TabIndex =
89
921         Me.btnSub.Text =
"-"
922         Me.btnSub.UseVisualStyleBackColor = False
923         
'
924         
'btnAdd
925         
'
926         Me.btnAdd.BackColor = System.Drawing.Color.DimGray
927         Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat
928         Me.btnAdd.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
929         Me.btnAdd.ForeColor = System.Drawing.SystemColors.ButtonHighlight
930         Me.btnAdd.Location = New System.Drawing.Point(
562, 361)
931         Me.btnAdd.Name =
"btnAdd"
932         Me.btnAdd.Size = New System.Drawing.Size(
55, 36)
933         Me.btnAdd.TabIndex =
88
934         Me.btnAdd.Text =
"+"
935         Me.btnAdd.UseVisualStyleBackColor = False
936         
'
937         
'btn0
938         
'
939         Me.btn0.BackColor = System.Drawing.Color.DimGray
940         Me.btn0.FlatStyle = System.Windows.Forms.FlatStyle.Flat
941         Me.btn0.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
942         Me.btn0.ForeColor = System.Drawing.Color.White
943         Me.btn0.Location = New System.Drawing.Point(
410, 361)
944         Me.btn0.Name =
"btn0"
945         Me.btn0.Size = New System.Drawing.Size(
52, 36)
946         Me.btn0.TabIndex =
78
947         Me.btn0.Text =
"0"
948         Me.btn0.UseVisualStyleBackColor = False
949         
'
950         
'btn9
951         
'
952         Me.btn9.BackColor = System.Drawing.Color.DimGray
953         Me.btn9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
954         Me.btn9.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
955         Me.btn9.ForeColor = System.Drawing.Color.White
956         Me.btn9.Location = New System.Drawing.Point(
510, 256)
957         Me.btn9.Name =
"btn9"
958         Me.btn9.Size = New System.Drawing.Size(
52, 36)
959         Me.btn9.TabIndex =
87
960         Me.btn9.Text =
"9"
961         Me.btn9.UseVisualStyleBackColor = False
962         
'
963         
'btn8
964         
'
965         Me.btn8.BackColor = System.Drawing.Color.DimGray
966         Me.btn8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
967         Me.btn8.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
968         Me.btn8.ForeColor = System.Drawing.Color.White
969         Me.btn8.Location = New System.Drawing.Point(
460, 256)
970         Me.btn8.Name =
"btn8"
971         Me.btn8.Size = New System.Drawing.Size(
52, 36)
972         Me.btn8.TabIndex =
86
973         Me.btn8.Text =
"8"
974         Me.btn8.UseVisualStyleBackColor = False
975         
'
976         
'btn7
977         
'
978         Me.btn7.BackColor = System.Drawing.Color.DimGray
979         Me.btn7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
980         Me.btn7.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
981         Me.btn7.ForeColor = System.Drawing.Color.White
982         Me.btn7.Location = New System.Drawing.Point(
410, 256)
983         Me.btn7.Name =
"btn7"
984         Me.btn7.Size = New System.Drawing.Size(
52, 36)
985         Me.btn7.TabIndex =
85
986         Me.btn7.Text =
"7"
987         Me.btn7.UseVisualStyleBackColor = False
988         
'
989         
'btn6
990         
'
991         Me.btn6.BackColor = System.Drawing.Color.DimGray
992         Me.btn6.FlatStyle = System.Windows.Forms.FlatStyle.Flat
993         Me.btn6.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
994         Me.btn6.ForeColor = System.Drawing.Color.White
995         Me.btn6.Location = New System.Drawing.Point(
510, 291)
996         Me.btn6.Name =
"btn6"
997         Me.btn6.Size = New System.Drawing.Size(
52, 36)
998         Me.btn6.TabIndex =
84
999         Me.btn6.Text =
"6"
1000         Me.btn6.UseVisualStyleBackColor = False
1001         
'
1002         
'btn5
1003         
'
1004         Me.btn5.BackColor = System.Drawing.Color.DimGray
1005         Me.btn5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
1006         Me.btn5.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1007         Me.btn5.ForeColor = System.Drawing.Color.White
1008         Me.btn5.Location = New System.Drawing.Point(
460, 291)
1009         Me.btn5.Name =
"btn5"
1010         Me.btn5.Size = New System.Drawing.Size(
52, 36)
1011         Me.btn5.TabIndex =
83
1012         Me.btn5.Text =
"5"
1013         Me.btn5.UseVisualStyleBackColor = False
1014         
'
1015         
'btn4
1016         
'
1017         Me.btn4.BackColor = System.Drawing.Color.DimGray
1018         Me.btn4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
1019         Me.btn4.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1020         Me.btn4.ForeColor = System.Drawing.Color.White
1021         Me.btn4.Location = New System.Drawing.Point(
410, 291)
1022         Me.btn4.Name =
"btn4"
1023         Me.btn4.Size = New System.Drawing.Size(
52, 36)
1024         Me.btn4.TabIndex =
82
1025         Me.btn4.Text =
"4"
1026         Me.btn4.UseVisualStyleBackColor = False
1027         
'
1028         
'btn3
1029         
'
1030         Me.btn3.BackColor = System.Drawing.Color.DimGray
1031         Me.btn3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
1032         Me.btn3.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1033         Me.btn3.ForeColor = System.Drawing.Color.White
1034         Me.btn3.Location = New System.Drawing.Point(
510, 326)
1035         Me.btn3.Name =
"btn3"
1036         Me.btn3.Size = New System.Drawing.Size(
52, 36)
1037         Me.btn3.TabIndex =
81
1038         Me.btn3.Text =
"3"
1039         Me.btn3.UseVisualStyleBackColor = False
1040         
'
1041         
'btn2
1042         
'
1043         Me.btn2.BackColor = System.Drawing.Color.DimGray
1044         Me.btn2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
1045         Me.btn2.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1046         Me.btn2.ForeColor = System.Drawing.Color.White
1047         Me.btn2.Location = New System.Drawing.Point(
460, 326)
1048         Me.btn2.Name =
"btn2"
1049         Me.btn2.Size = New System.Drawing.Size(
52, 36)
1050         Me.btn2.TabIndex =
80
1051         Me.btn2.Text =
"2"
1052         Me.btn2.UseVisualStyleBackColor = False
1053         
'
1054         
'btn1
1055         
'
1056         Me.btn1.BackColor = System.Drawing.Color.DimGray
1057         Me.btn1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
1058         Me.btn1.Font = New System.Drawing.Font(
"Courier New", 18.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1059         Me.btn1.ForeColor = System.Drawing.Color.White
1060         Me.btn1.Location = New System.Drawing.Point(
410, 326)
1061         Me.btn1.Name =
"btn1"
1062         Me.btn1.Size = New System.Drawing.Size(
52, 36)
1063         Me.btn1.TabIndex =
79
1064         Me.btn1.Text =
"1"
1065         Me.btn1.UseVisualStyleBackColor = False
1066         
'
1067         
'displayText
1068         
'
1069         Me.displayText.BackColor = System.Drawing.Color.Silver
1070         Me.displayText.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
1071         Me.displayText.Font = New System.Drawing.Font(
"Courier New", 15.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
1072         Me.displayText.Location = New System.Drawing.Point(
224, 175)
1073         Me.displayText.Name =
"displayText"
1074         Me.displayText.Size = New System.Drawing.Size(
507, 31)
1075         Me.displayText.TabIndex =
77
1076         Me.displayText.TextAlign = System.Windows.Forms.HorizontalAlignment.Right
1077         
'
1078         
'Frm_Calculator
1079         
'
1080         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
1081         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
1082         Me.BackColor = System.Drawing.Color.SlateGray
1083         Me.ClientSize = New System.Drawing.Size(
738, 381)
1084         Me.Controls.Add(Me.btnInverseTrigFuncs)
1085         Me.Controls.Add(Me.btnInvCos)
1086         Me.Controls.Add(Me.btnInvTan)
1087         Me.Controls.Add(Me.btnMemFuncs)
1088         Me.Controls.Add(Me.btnScientificMode)
1089         Me.Controls.Add(Me.btnLogicalFuncs)
1090         Me.Controls.Add(Me.btnHyperbolicTrig)
1091         Me.Controls.Add(Me.btnTrignometric)
1092         Me.Controls.Add(Me.btnPowerFunctions)
1093         Me.Controls.Add(Me.btnSinh)
1094         Me.Controls.Add(Me.btnCosh)
1095         Me.Controls.Add(Me.btnSin)
1096         Me.Controls.Add(Me.btnTanh)
1097         Me.Controls.Add(Me.btnCos)
1098         Me.Controls.Add(Me.btnXor)
1099         Me.Controls.Add(Me.btnTan)
1100         Me.Controls.Add(Me.btnNot)
1101         Me.Controls.Add(Me.btnOr)
1102         Me.Controls.Add(Me.btnAnd)
1103         Me.Controls.Add(Me.btnMminus)
1104         Me.Controls.Add(Me.btnMplus)
1105         Me.Controls.Add(Me.btnClearTextbox)
1106         Me.Controls.Add(Me.btnM)
1107         Me.Controls.Add(Me.btnxPower4)
1108         Me.Controls.Add(Me.btnCube)
1109         Me.Controls.Add(Me.btnSquare)
1110         Me.Controls.Add(Me.btnTruncate)
1111         Me.Controls.Add(Me.btnComb)
1112         Me.Controls.Add(Me.btnPerm)
1113         Me.Controls.Add(Me.btnFact)
1114         Me.Controls.Add(Me.btnFloor)
1115         Me.Controls.Add(Me.btnCeil)
1116         Me.Controls.Add(Me.btnRound)
1117         Me.Controls.Add(Me.btnsqrt)
1118         Me.Controls.Add(Me.btnex)
1119         Me.Controls.Add(Me.btne)
1120         Me.Controls.Add(Me.btnln)
1121         Me.Controls.Add(Me.btnlog)
1122         Me.Controls.Add(Me.btnPI)
1123         Me.Controls.Add(Me.btnPower)
1124         Me.Controls.Add(Me.btnModulus)
1125         Me.Controls.Add(Me.btnInverse)
1126         Me.Controls.Add(Me.gbMain1)
1127         Me.Controls.Add(Me.btnMenu)
1128         Me.Controls.Add(Me.btnBackSpace)
1129         Me.Controls.Add(Me.btnClearAll)
1130         Me.Controls.Add(Me.btnSign)
1131         Me.Controls.Add(Me.btnDecimal)
1132         Me.Controls.Add(Me.btnEqual)
1133         Me.Controls.Add(Me.btnDiv)
1134         Me.Controls.Add(Me.btnMult)
1135         Me.Controls.Add(Me.btnSub)
1136         Me.Controls.Add(Me.btnAdd)
1137         Me.Controls.Add(Me.btn0)
1138         Me.Controls.Add(Me.btn9)
1139         Me.Controls.Add(Me.btn8)
1140         Me.Controls.Add(Me.btn7)
1141         Me.Controls.Add(Me.btn6)
1142         Me.Controls.Add(Me.btn5)
1143         Me.Controls.Add(Me.btn4)
1144         Me.Controls.Add(Me.btn3)
1145         Me.Controls.Add(Me.btn2)
1146         Me.Controls.Add(Me.btn1)
1147         Me.Controls.Add(Me.displayText)
1148         Me.MinimizeBox = False
1149         Me.Name =
"Frm_Calculator"
1150         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
1151         Me.Text =
"Calculator"
1152         Me.gbMain1.ResumeLayout(False)
1153         Me.ResumeLayout(False)
1154         Me.PerformLayout()
1155
1156     End Sub
1157     Friend WithEvents Timer1 As System.Windows.Forms.Timer
1158     Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
1159     Friend WithEvents btnDate As System.Windows.Forms.Button
1160     Friend WithEvents btnClose As System.Windows.Forms.Button
1161     Friend WithEvents btnc As System.Windows.Forms.Button
1162     Friend WithEvents btnb As System.Windows.Forms.Button
1163     Friend WithEvents btnInverseTrigFuncs As System.Windows.Forms.Button
1164     Friend WithEvents btnColour As System.Windows.Forms.Button
1165     Friend WithEvents btna As System.Windows.Forms.Button
1166     Friend WithEvents btnInvCos As System.Windows.Forms.Button
1167     Friend WithEvents btnInvTan As System.Windows.Forms.Button
1168     Friend WithEvents btnMemFuncs As System.Windows.Forms.Button
1169     Friend WithEvents btnScientificMode As System.Windows.Forms.Button
1170     Friend WithEvents btnLogicalFuncs As System.Windows.Forms.Button
1171     Friend WithEvents lblTime As System.Windows.Forms.Label
1172     Friend WithEvents btnHyperbolicTrig As System.Windows.Forms.Button
1173     Friend WithEvents btnTrignometric As System.Windows.Forms.Button
1174     Friend WithEvents btnPowerFunctions As System.Windows.Forms.Button
1175     Friend WithEvents btnSinh As System.Windows.Forms.Button
1176     Friend WithEvents btnCosh As System.Windows.Forms.Button
1177     Friend WithEvents btnSin As System.Windows.Forms.Button
1178     Friend WithEvents btnTanh As System.Windows.Forms.Button
1179     Friend WithEvents btnCos As System.Windows.Forms.Button
1180     Friend WithEvents btnXor As System.Windows.Forms.Button
1181     Friend WithEvents btnTan As System.Windows.Forms.Button
1182     Friend WithEvents btnNot As System.Windows.Forms.Button
1183     Friend WithEvents btnOr As System.Windows.Forms.Button
1184     Friend WithEvents btnAnd As System.Windows.Forms.Button
1185     Friend WithEvents btnMminus As System.Windows.Forms.Button
1186     Friend WithEvents btnMplus As System.Windows.Forms.Button
1187     Friend WithEvents btnClearTextbox As System.Windows.Forms.Button
1188     Friend WithEvents btnM As System.Windows.Forms.Button
1189     Friend WithEvents btnxPower4 As System.Windows.Forms.Button
1190     Friend WithEvents btnTime As System.Windows.Forms.Button
1191     Friend WithEvents btnCube As System.Windows.Forms.Button
1192     Friend WithEvents btnSquare As System.Windows.Forms.Button
1193     Friend WithEvents btnTruncate As System.Windows.Forms.Button
1194     Friend WithEvents btnComb As System.Windows.Forms.Button
1195     Friend WithEvents btnPerm As System.Windows.Forms.Button
1196     Friend WithEvents btnFact As System.Windows.Forms.Button
1197     Friend WithEvents btnFloor As System.Windows.Forms.Button
1198     Friend WithEvents btnCeil As System.Windows.Forms.Button
1199     Friend WithEvents btnRound As System.Windows.Forms.Button
1200     Friend WithEvents btnsqrt As System.Windows.Forms.Button
1201     Friend WithEvents btnex As System.Windows.Forms.Button
1202     Friend WithEvents btne As System.Windows.Forms.Button
1203     Friend WithEvents btnln As System.Windows.Forms.Button
1204     Friend WithEvents btnlog As System.Windows.Forms.Button
1205     Friend WithEvents btnPI As System.Windows.Forms.Button
1206     Friend WithEvents btnPower As System.Windows.Forms.Button
1207     Friend WithEvents btnModulus As System.Windows.Forms.Button
1208     Friend WithEvents btnInverse As System.Windows.Forms.Button
1209     Friend WithEvents gbMain1 As System.Windows.Forms.GroupBox
1210     Friend WithEvents btnMenu As System.Windows.Forms.Button
1211     Friend WithEvents btnBackSpace As System.Windows.Forms.Button
1212     Friend WithEvents btnClearAll As System.Windows.Forms.Button
1213     Friend WithEvents btnSign As System.Windows.Forms.Button
1214     Friend WithEvents btnDecimal As System.Windows.Forms.Button
1215     Friend WithEvents btnEqual As System.Windows.Forms.Button
1216     Friend WithEvents btnDiv As System.Windows.Forms.Button
1217     Friend WithEvents btnMult As System.Windows.Forms.Button
1218     Friend WithEvents btnSub As System.Windows.Forms.Button
1219     Friend WithEvents btnAdd As System.Windows.Forms.Button
1220     Friend WithEvents btn0 As System.Windows.Forms.Button
1221     Friend WithEvents btn9 As System.Windows.Forms.Button
1222     Friend WithEvents btn8 As System.Windows.Forms.Button
1223     Friend WithEvents btn7 As System.Windows.Forms.Button
1224     Friend WithEvents btn6 As System.Windows.Forms.Button
1225     Friend WithEvents btn5 As System.Windows.Forms.Button
1226     Friend WithEvents btn4 As System.Windows.Forms.Button
1227     Friend WithEvents btn3 As System.Windows.Forms.Button
1228     Friend WithEvents btn2 As System.Windows.Forms.Button
1229     Friend WithEvents btn1 As System.Windows.Forms.Button
1230     Friend WithEvents displayText As System.Windows.Forms.TextBox
1231 End Class


Gõ tìm kiếm nhanh...